home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / scuba.swf / scripts / frame_18 / PlaceObject2_100_22 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2012-01-07  |  223b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(Number(_root.recruit._x),Number(_root.recruit._y),true) == true && _root.gRecruitStatus == "free")
  3.    {
  4.       _root.gRecruitStatus = "hit";
  5.       _root.fnHitWall();
  6.    }
  7. }
  8.